home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / doc / clippings / 921118-01 < prev    next >
Encoding:
Text File  |  1992-12-20  |  2.4 KB  |  63 lines

  1. Newsgroups: alt.security,comp.security.misc,comp.parallel
  2. From: glad@daimi.aau.dk (Michael Glad)
  3. Subject: Connection Machine password cracker
  4. Message-ID: <1992Nov18.130041.12106@daimi.aau.dk>
  5. Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
  6. Date: Wed, 18 Nov 92 13:00:41 GMT
  7.  
  8. A UNIX password cracker for the Thinking Machine CM/2 and CM/200 Connection
  9. Machines is available for FTP from
  10.  
  11.     ftp.denet.dk:/pub/misc/cm200-UFC.tar.Z
  12.  
  13. To quote the README file:
  14.  
  15. > Overview
  16. > ========
  17. > This is a password cracker for the Thinking Machines CM/2 and CM/200 
  18. > Connection Machines. It features
  19. >
  20. >     o A standalone dictionary preprocessor accepting a
  21. >      language of rewrite rules compatible with the one
  22. >      found in Alec Muffets 'Crack' password cracker as of
  23. >         release 4.1f.
  24. >
  25. >    o An optimized port of the UFC-crypt: a fast implementation 
  26. >      of the UNIX crypt(3) function developed by Michael Glad and 
  27. >      donated to the Free Software Foundation (FSF).
  28. >
  29. >    o The password cracker itself. It supports restart of crashed
  30. >      runs and incremental use. Incremental use means that when
  31. >      you use a fixed dictionary, the cracker can maintain a status
  32. >      file of already cracked passwords and passwords considered
  33. >      uncrackable (because they've been tested in previous runs).
  34. >      Thus it only has to waste CPU cycles on new accounts and accounts
  35. >      with changed passwords.
  36. >
  37. >    o When run with a _large_ dictionary (a 1 million word dictionary 
  38. >      obtained by preprocessing /usr/dict/words), the cracker can
  39. >      test in excess of 50,000 passwords a second on a CM/200 with
  40. >      8192 processors.
  41.  
  42. The distribution contains source code derived from the UFC-crypt implemen-
  43. tation of the UNIX crypt(3) encryption routines. UFC-crypt is copyright Free
  44. Software Foundation, Inc and is distributed under the terms of the GNU
  45. Library General Public License, version 2 of June 1991.
  46.  
  47. Any source module in distribution which not derived from UFC-crypt is
  48. copyright  UNI-C (Danish Computing Centre for Research and Education)
  49. and Michael Glad and is distributed under the GNU General Public License,
  50. version 2 of June 1991. Even though some ideas are adopted from the Crack
  51. password cracker, the distribution contains no parts derived directly or
  52. indirectly from this fine product.
  53.  
  54. The UFC-crypt port and the cracker was done by Michael Glad in the summer
  55. of 1992. My thanks goes to UNI-C for making this project possible.
  56.  
  57.  
  58.     -- Michael Glad, email: glad@daimi.aau.dk
  59.  
  60.  
  61.  
  62.